home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / x_valin.swf / scripts / DefineSprite_62 / frame_2 / DoAction.as
Encoding:
Text File  |  2007-10-01  |  168 b   |  12 lines

  1. if(hitTest(_root.jug.sens))
  2. {
  3.    tellTarget(_root.jug)
  4.    {
  5.       gotoAndPlay(1);
  6.    }
  7.    tellTarget(_root.audio.colision)
  8.    {
  9.       gotoAndPlay(2);
  10.    }
  11. }
  12.